Build Log |
|
Command Lines |
Creating temporary file "c:\Documents and Settings\FlyPig\Documents\Projects\Watcher\Release\RSP000004.rsp" with contents [ /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FD /EHsc /ML /GS /Yu"stdafx.h" /Fp"Release/Watcher.pch" /Fo"Release/" /Fd"Release/vc70.pdb" /W3 /c /Wp64 /Zi /TP ".\SocketSwitch.cpp" ] Creating command line "cl.exe @"c:\Documents and Settings\FlyPig\Documents\Projects\Watcher\Release\RSP000004.rsp" /nologo" Creating temporary file "c:\Documents and Settings\FlyPig\Documents\Projects\Watcher\Release\RSP000005.rsp" with contents [ /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FD /EHsc /ML /GS /Yc"stdafx.h" /Fp"Release/Watcher.pch" /Fo"Release/" /Fd"Release/vc70.pdb" /W3 /c /Wp64 /Zi /TP ".\stdafx.cpp" ] Creating command line "cl.exe @"c:\Documents and Settings\FlyPig\Documents\Projects\Watcher\Release\RSP000005.rsp" /nologo" Creating command line "rc.exe /fo"Release/SocketSwitch.res" ".\SocketSwitch.rc"" Creating temporary file "c:\Documents and Settings\FlyPig\Documents\Projects\Watcher\Release\RSP000006.rsp" with contents [ /OUT:"Release/Watcher.exe" /INCREMENTAL:NO /NOLOGO /DEBUG /PDB:"Release/Watcher.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /MACHINE:X86 Ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\Release\SocketSwitch.obj" ".\Release\stdafx.obj" ".\Release\SocketSwitch.res" ] Creating command line "link.exe @"c:\Documents and Settings\FlyPig\Documents\Projects\Watcher\Release\RSP000006.rsp"" |
Output Window |
Compiling... stdafx.cpp Compiling... SocketSwitch.cpp SocketSwitch.cpp(205) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) SocketSwitch.cpp(326) : warning C4101: 'nSel' : unreferenced local variable SocketSwitch.cpp(325) : warning C4101: 'hItem' : unreferenced local variable SocketSwitch.cpp(324) : warning C4101: 'hCombo' : unreferenced local variable SocketSwitch.cpp(385) : warning C4805: '!=' : unsafe mix of type 'int' and type 'bool' in operation SocketSwitch.cpp(412) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) SocketSwitch.cpp(424) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) SocketSwitch.cpp(475) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) SocketSwitch.cpp(367) : warning C4101: 'nSockfdOut' : unreferenced local variable SocketSwitch.cpp(366) : warning C4101: 'nSockfdIn' : unreferenced local variable SocketSwitch.cpp(376) : warning C4101: 'szError' : unreferenced local variable SocketSwitch.cpp(378) : warning C4101: 'hHandleOut' : unreferenced local variable SocketSwitch.cpp(377) : warning C4101: 'hHandleIn' : unreferenced local variable SocketSwitch.cpp(500) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) SocketSwitch.cpp(529) : warning C4101: 'szError' : unreferenced local variable Compiling resources... Linking... |
Results |
Build log was saved at "file://c:\Documents and Settings\FlyPig\Documents\Projects\Watcher\Release\BuildLog.htm" Watcher - 0 error(s), 15 warning(s) |